home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / misc / math / libalgo.lha / algomath / src / defs.h next >
Encoding:
C/C++ Source or Header  |  2000-05-30  |  274 b   |  16 lines

  1. /*Algomath defs.h include file for internal resources v1.05*/
  2.  
  3. #include <stdlib.h>
  4. #include <math.h>
  5.  
  6. #ifndef AM_DEFS
  7. #define AM_DEFS 
  8.  
  9. #include "algomath.h"
  10.  
  11. int *_getPrimes(int);
  12. extern int *_am_pp_init;
  13. extern int *_am_primearray_init;
  14. extern int _am_asciiconv[];
  15.  
  16. #endif